Click or drag to resize

FileAttachment Constructor

Overload List
  NameDescription
Public methodFileAttachment
Initializes a new instance of the FileAttachment class.
Public methodFileAttachment(Byte)
Initializes a new instance of the FileAttachment class.
Public methodFileAttachment(Stream)
Initializes a new instance of the FileAttachment class.
Public methodFileAttachment(String)
Initializes a new instance of the FileAttachment class.
Public methodFileAttachment(Byte, String)
Initializes a new instance of the FileAttachment class.
Public methodFileAttachment(Stream, String)
Initializes a new instance of the FileAttachment class.
Public methodFileAttachment(String, String)
Initializes a new instance of the FileAttachment class.
Public methodFileAttachment(Byte, String, String)
Initializes a new instance of the FileAttachment class.
Public methodFileAttachment(Stream, String, String)
Initializes a new instance of the FileAttachment class.
Public methodFileAttachment(String, String, String)
Initializes a new instance of the FileAttachment class.
Top
See Also